home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / graphpnl / graphpnl.txt < prev    next >
Encoding:
Text File  |  1995-12-22  |  829 b   |  19 lines

  1. { -------------------------------------------- }
  2. { TGraphicPanel (c) 09/24/95 by Eric Uber      }
  3. { -------------------------------------------- }
  4. { CIS: 71102,3034 ---------------------------- }
  5. { EBU@EllipsysTech.com -                       }
  6. { -------------------------------------------- }
  7.  
  8. Description: If your like me, you may use the TPanel component because
  9.   of it's bevel and border properties. I created a dynamic Grid
  10.   component using a TPanel for the cells because of these proprties.
  11.   I quickly ran out of window handles and system resources. This is why I
  12.   developed this component.
  13.  
  14.   TGraphicPanel is derived from TGraphicControl. Because of this,
  15.   it differs from TPanel in that it cannot be the Parent of a windowed
  16.   control. It can however be the child of a windowed control.
  17.  
  18.   Enjoy.
  19.